home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / libogg / libogg-1.0rc3 / config.status < prev    next >
Encoding:
Text File  |  2002-10-27  |  6.1 KB  |  198 lines

  1. #! /bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host r12m127.cybercable.tm.fr:
  6. #
  7. # configure 
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} configure  --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} configure  --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.13"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/bin/install -c"
  30.  
  31. trap 'rm -fr Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile conftest*; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status.
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g;
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@SHELL@%/bin/sh%g
  39. s%@CFLAGS@%-O20 -fsigned-char -g -O2%g
  40. s%@CPPFLAGS@%%g
  41. s%@CXXFLAGS@%%g
  42. s%@FFLAGS@%%g
  43. s%@DEFS@% -DPACKAGE=\"libogg\" -DVERSION=\"1.0rc3\" -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 %g
  44. s%@LDFLAGS@% %g
  45. s%@LIBS@%%g
  46. s%@exec_prefix@%${prefix}%g
  47. s%@prefix@%/usr/local%g
  48. s%@program_transform_name@%s,x,x,%g
  49. s%@bindir@%${exec_prefix}/bin%g
  50. s%@sbindir@%${exec_prefix}/sbin%g
  51. s%@libexecdir@%${exec_prefix}/libexec%g
  52. s%@datadir@%${prefix}/share%g
  53. s%@sysconfdir@%${prefix}/etc%g
  54. s%@sharedstatedir@%${prefix}/com%g
  55. s%@localstatedir@%${prefix}/var%g
  56. s%@libdir@%${exec_prefix}/lib%g
  57. s%@includedir@%${prefix}/include%g
  58. s%@oldincludedir@%/usr/include%g
  59. s%@infodir@%${prefix}/info%g
  60. s%@mandir@%${prefix}/man%g
  61. s%@INSTALL_PROGRAM@%${INSTALL}%g
  62. s%@INSTALL_SCRIPT@%${INSTALL_PROGRAM}%g
  63. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  64. s%@PACKAGE@%libogg%g
  65. s%@VERSION@%1.0rc3%g
  66. s%@ACLOCAL@%aclocal%g
  67. s%@AUTOCONF@%autoconf%g
  68. s%@AUTOMAKE@%automake%g
  69. s%@AUTOHEADER@%autoheader%g
  70. s%@MAKEINFO@%makeinfo%g
  71. s%@SET_MAKE@%%g
  72. s%@LIB_CURRENT@%3%g
  73. s%@LIB_REVISION@%0%g
  74. s%@LIB_AGE@%3%g
  75. s%@CC@%gcc%g
  76. s%@host@%m68k-unknown-amigaos%g
  77. s%@host_alias@%m68k-unknown-amigaos%g
  78. s%@host_cpu@%m68k%g
  79. s%@host_vendor@%unknown%g
  80. s%@host_os@%amigaos%g
  81. s%@build@%m68k-unknown-amigaos%g
  82. s%@build_alias@%m68k-unknown-amigaos%g
  83. s%@build_cpu@%m68k%g
  84. s%@build_vendor@%unknown%g
  85. s%@build_os@%amigaos%g
  86. s%@LN_S@%ln -s%g
  87. s%@OBJEXT@%o%g
  88. s%@EXEEXT@%%g
  89. s%@ECHO@%print -r%g
  90. s%@RANLIB@%ranlib%g
  91. s%@STRIP@%strip%g
  92. s%@CPP@%gcc -E%g
  93. s%@LIBTOOL@%$(SHELL) $(top_builddir)/libtool%g
  94. s%@LIBOBJS@%%g
  95. s%@LIBTOOL_DEPS@%./ltmain.sh%g
  96. s%@SIZE16@%int16_t%g
  97. s%@SIZE32@%int32_t%g
  98. s%@USIZE32@%u_int32_t%g
  99. s%@SIZE64@%int64_t%g
  100. s%@OPT@%%g
  101. s%@DEBUG@%-g -Wall -fsigned-char -g -O2%g
  102. s%@PROFILE@%-O20 -g -pg -fsigned-char -g -O2%g
  103.  
  104. CEOF
  105.  
  106. # Split the substitutions into bite-sized pieces for seds with
  107. # small command number limits, like on Digital OSF/1 and HP-UX.
  108. ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
  109. ac_file=1 # Number of current file.
  110. ac_beg=1 # First line for current file.
  111. ac_end=$ac_max_sed_cmds # Line after last line for current file.
  112. ac_more_lines=:
  113. ac_sed_cmds=""
  114. while $ac_more_lines; do
  115.   if test $ac_beg -gt 1; then
  116.     sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  117.   else
  118.     sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  119.   fi
  120.   if test ! -s conftest.s$ac_file; then
  121.     ac_more_lines=false
  122.     rm -f conftest.s$ac_file
  123.   else
  124.     if test -z "$ac_sed_cmds"; then
  125.       ac_sed_cmds="sed -f conftest.s$ac_file"
  126.     else
  127.       ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
  128.     fi
  129.     ac_file=`expr $ac_file + 1`
  130.     ac_beg=$ac_end
  131.     ac_end=`expr $ac_end + $ac_max_sed_cmds`
  132.   fi
  133. done
  134. if test -z "$ac_sed_cmds"; then
  135.   ac_sed_cmds=cat
  136. fi
  137.  
  138. CONFIG_FILES=${CONFIG_FILES-"Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile"}
  139. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  140.   # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
  141.   case "$ac_file" in
  142.   *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
  143.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  144.   *) ac_file_in="${ac_file}.in" ;;
  145.   esac
  146.  
  147.   # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
  148.  
  149.   # Remove last slash and all that follows it.  Not all systems have dirname.
  150.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  151.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  152.     # The file is in a subdirectory.
  153.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  154.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  155.     # A "../" for each directory in $ac_dir_suffix.
  156.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  157.   else
  158.     ac_dir_suffix= ac_dots=
  159.   fi
  160.  
  161.   case "$ac_given_srcdir" in
  162.   .)  srcdir=.
  163.       if test -z "$ac_dots"; then top_srcdir=.
  164.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  165.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  166.   *) # Relative path.
  167.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  168.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  169.   esac
  170.  
  171.   case "$ac_given_INSTALL" in
  172.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  173.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  174.   esac
  175.  
  176.   echo creating "$ac_file"
  177.   rm -f "$ac_file"
  178.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  179.   case "$ac_file" in
  180.   *Makefile*) ac_comsub="1i\\
  181. # $configure_input" ;;
  182.   *) ac_comsub= ;;
  183.   esac
  184.  
  185.   ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  186.   sed -e "$ac_comsub
  187. s%@configure_input@%$configure_input%g
  188. s%@srcdir@%$srcdir%g
  189. s%@top_srcdir@%$top_srcdir%g
  190. s%@INSTALL@%$INSTALL%g
  191. " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
  192. fi; done
  193. rm -f conftest.s*
  194.  
  195.  
  196.  
  197. exit 0
  198.